projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b811ef4
)
(calendar-mode-map): Refer to diary-show-all-entries rather than alias
author
Glenn Morris
<rgm@gnu.org>
Sat, 13 May 2006 05:32:29 +0000
(
05:32
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 13 May 2006 05:32:29 +0000
(
05:32
+0000)
show-all-diary-entries.
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index 844dab1743ab0d797a7817e70d8915b7644f42b9..6abcb74a3e27f1e2a02bac000b248ace82daa2c3 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-2253,7
+2253,7
@@
movement commands will not work correctly."
(define-key map "m" 'mark-diary-entries)
(define-key map "d" 'diary-view-entries)
(define-key map "D" 'view-other-diary-entries)
- (define-key map "s" '
show-all-diary
-entries)
+ (define-key map "s" '
diary-show-all
-entries)
(define-key map "pd" 'calendar-print-day-of-year)
(define-key map "pC" 'calendar-print-chinese-date)
(define-key map "pk" 'calendar-print-coptic-date)